Resource Path: /api/resource/{id}
Uri: http://doc.jamsscheduler.com/api/resource/{id}
Description
Parameters
Name | Description | Data Type |
id | ID of the resource | integer |
Response
The response body is of type Resource.
OK
Overview
|
Resource
|
lastChangeUTC : string
|
|
lastChangedBy : string
|
|
resourceName : string
|
|
resourceID : integer
|
|
quantityAvailable : integer
|
|
quantityInUse : integer
|
|
agentSpecific : boolean
|
|
description : string
|
|
|
agentName : string
|
|
agentId : integer
|
|
quantityAvailable : integer
|
|
quantityInUse : integer
|
|
|
|
|
identifier : string
|
|
inherited : boolean
|
|
flags : string
|
|
accessList : Array[string]
|
|
|
|
See Also